Site Reliability Engineering: How Google Runs Production Systems by Betsy Beyer & Chris Jones & Jennifer Petoff & Niall Richard Murphy
Author:Betsy Beyer & Chris Jones & Jennifer Petoff & Niall Richard Murphy
Language: eng
Format: mobi
Tags: Distributed Systems & Computing, Computers, Systems Architecture, Software Development & Engineering, Disaster & Recovery, System Administration, Project Management
ISBN: 9781491929124
Publisher: O'Reilly Media
Published: 2016-04-16T00:00:00+00:00
Memory
If nothing else, more in-flight requests consume more RAM from allocating the request, response, and RPC objects. Memory exhaustion can cause the following effects:
Dying tasks
For example, a task might be evicted by the container manager (VM or otherwise) for exceeding available resource limits, or application-specific crashes may cause tasks to die.
Increased rate of garbage collection (GC) in Java, resulting in increased CPU usage
A vicious cycle can occur in this scenario: less CPU is available, resulting in slower requests, resulting in increased RAM usage, resulting in more GC, resulting in even lower availability of CPU. This is known colloquially as the “GC death spiral.”
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12593)
Hello! Python by Anthony Briggs(9928)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9803)
The Mikado Method by Ola Ellnestam Daniel Brolund(9787)
Dependency Injection in .NET by Mark Seemann(9348)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8310)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7772)
Grails in Action by Glen Smith Peter Ledbrook(7705)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7567)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7181)
Microservices with Go by Alexander Shuiskov(6946)
Practical Design Patterns for Java Developers by Miroslav Wengner(6863)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6807)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6424)
Angular Projects - Third Edition by Aristeidis Bampakos(6225)
The Art of Crafting User Stories by The Art of Crafting User Stories(5741)
NetSuite for Consultants - Second Edition by Peter Ries(5668)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5484)
Kotlin in Action by Dmitry Jemerov(5074)
